home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / boot / menus / filesys2.scn < prev    next >
Encoding:
Text File  |  2005-01-19  |  2.9 KB  |  51 lines

  1. #
  2. # Filesystem Utilities #2
  3. #
  4. filesys2_menu:
  5. set textColor = color[white on black]
  6. clear
  7. set textColor = color[yellow on blue]
  8. print "                            ULTIMATE BOOT CD VER 3.2                            "
  9. print "                         http://www.ultimatebootcd.com/                         "
  10. print "                                                                                "
  11. set textColor = color[white on red]
  12. print "                             [Filesystem Tools 2/2]                             "
  13. set textColor = color[white on cyan]
  14. print "                                                                                "
  15. set textColor = color[yellow on cyan]
  16. print " NTFS Tools                                                                     "
  17. set textColor = color[white on cyan]
  18. print " [F1] Offline NT Password & Registry Editor 041205                              "
  19. print " [F2] Active NTFS Reader for DOS V1.0.1                                         "
  20. print " [F3] EditBINI V1.01.1                                                          "
  21. print " [F4] Boot Partition V2.50                                                      "
  22. print "                                                                                "
  23. print "                                                                                "
  24. print "                                                                                "
  25. print "                                                                                "
  26. print "                                                                                "
  27. print "                                                                                "
  28. print "                                                                                "
  29. print "                                                                                "
  30. print "                                                                                "
  31. print "                                                                                "
  32. print "                                                                                "
  33. print "                                                                                "
  34. print "                                                                                "
  35. set textColor = color[white on blue]
  36. print "             Please select an item (ESC to return to previous menu)             "
  37. set textColor = color[white on black]
  38.  
  39. #
  40. # Actions
  41. #
  42. getkey 500 script boothdd0.scn
  43. clear
  44. if ($lastKey == key[f1]); then memdisk \images\offline.igz
  45. if ($lastKey == key[f2]); then bcdw \images\freedos.img \dosapps\readntfs\startup.bat
  46. if ($lastKey == key[f3]); then bcdw \images\freedos.img \dosapps\editbini\startup.bat
  47. if ($lastKey == key[f4]); then bcdw \images\freedos.img \dosapps\bootpart\startup.bat
  48. if ($lastKey == key[esc]); then script filesys.scn
  49. goto filesys2_menu
  50.  
  51.